home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / MRQ.lha / MRQ / Source / mrqwindowclass_private.h < prev    next >
C/C++ Source or Header  |  2000-10-16  |  345b  |  15 lines

  1. /* mrqwindowclass_private.h
  2. ** MRQ's window class' private structures
  3. **
  4. ** ©1997-1999 by Matthias.Bethke <Matthias.Bethke@gmx.net>
  5. ** You are free to modify this source or use parts of it in your
  6. ** own programs as long as they are distributed as freeware.
  7. */
  8.  
  9. #include "mrqwindowclass.h"
  10.  
  11. struct MRQWinData
  12. {
  13.     struct MRQReqMessage *ReqMsg;
  14. };
  15.